home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3863
/
3863.xpi
/
samples
/
Macros
/
SI-Get-Exchange-Rate.js
< prev
next >
Wrap
Text File
|
2010-01-25
|
349b
|
17 lines
var ret
var s
ret = iimDisplay ("Get Exchange Rate Demo Macro")
ret = iimPlay("Wsh-Extract-Rate")
/* Check for error */
if (ret = 1) {
s = "One US$ costs " + iimGetLastExtract(1) + " EURO or " + iimGetLastExtract(2) + " British Pounds (GBP)"
}else
{
s = "The following error occurred: "+iimGetLastError();
};
alert (s);